home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ssaver26.zip / CUSTBMP.ZIP / BMPSAMP.RC < prev    next >
Text File  |  1996-02-26  |  409b  |  15 lines

  1. /*
  2.     BMPSAMP.RC
  3.     sample resource file for custom bitmaps saver module
  4. */
  5. STRINGTABLE
  6. {
  7. /* replace "Custom Bitmaps" below with name of saver module */
  8.     1    "Custom Bitmaps"
  9. }
  10. /* insert lines enumerating the bitmap files, for example if you have 4 bitmaps: */
  11. BITMAP    1    DISCARDABLE "bitmap1.bmp"
  12. BITMAP    2    DISCARDABLE "bitmap2.bmp"
  13. BITMAP    3    DISCARDABLE "bitmap3.bmp"
  14. BITMAP    4    DISCARDABLE "bitmap4.bmp"
  15.